home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Musique / Quod Libet / quodlibet-3.3.0-installer.exe / bin / md5.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2014-12-31  |  358b  |  10 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.7)
  3.  
  4. import warnings
  5. warnings.warn('the md5 module is deprecated; use hashlib instead', DeprecationWarning, 2)
  6. from hashlib import md5
  7. new = md5
  8. blocksize = 1
  9. digest_size = 16
  10.